home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / test / Makefile.raw < prev    next >
Encoding:
Makefile  |  1992-08-27  |  469 b   |  19 lines

  1. #
  2. #    Makefile.raw -- raw makefile for sample libpq programs.
  3. #
  4. #    In order to generate a makefile from this file, cd to the
  5. #    newconf directory and type 'Make toptest'.
  6. #
  7. #    $Header: /private/postgres/test/RCS/Makefile.raw,v 1.3 1992/07/15 05:13:42 mao Exp $
  8. #
  9.  
  10. TESTLIBS=    libpq.a
  11. CFLAGS = -I$(SD)/lib/H
  12.  
  13. async1: async1.o
  14.     $(CC) $(CFLAGS) -o async1 async1.o $(OD)/$(TESTLIBS) $(LIBS)
  15.  
  16. iportal1: iportal1.o
  17.     $(CC) $(CFLAGS) -o iportal1 iportal1.o $(OD)/$(TESTLIBS) $(LIBS)
  18.  
  19.